home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Day Cry
/
Day Cry CD.bin
/
oh_towns
/
install
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1994-09-20
|
225b
|
11 lines
echo off
iscdrom Q
if errorlevel == 1 goto _cdrom
rem cpp -D__CPP__ -DDEBUG install.c > install.cci
cpp -D__CPP__ install.c > install.cci
386 -c install.exp
goto _exit
:_cdrom
\run386 install.exp
:_exit